home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languguage OS 2
/
Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO
/
language
/
embedded
/
simulato
/
v2_3_mc6.tz
/
v2_3_mc6
/
testfiles
/
readme.tst
< prev
next >
Wrap
Text File
|
1994-05-02
|
1KB
|
25 lines
README Version 2.0
This distribution contains a collection of testfiles to exercise both
the asm68k, sim68k and xsim68k software.
All of these test files work properly (!). The programs usually start
at location $1000 with data at location $2000 or $3000 if required.
The user stack and system stack should be set prior to execution. Many
programs require "samples.asm".
For main.asm, hex2bin.asm and bin2hex.asm, you must assemble them
using the -r directive and then link them into a final program (with
main.o first in the link list).
Use of Sim35 will require you to know SIM35 assembly e.g. registers
0-3, labels start with a $ and end with a :, when labels are used as
operands, the leading $ must be omitted, but the : must be kept. The
end to end assembly, opcodes are in the source listing (AR=add
register, SR=subtract register, etc.) The valid label table begins at
$5000. The sim35 code begins at $3000. Simulation uses the first four
data registers of the 68000 as r0-r3 of the sim35. Memory starts at
3000. dc and ds are supported.